AddOIDCAppRequest$json top-level constant

  1. @Deprecated('Use addOIDCAppRequestDescriptor instead')
Map<String, Object> const AddOIDCAppRequest$json

Implementation

@$core.Deprecated('Use addOIDCAppRequestDescriptor instead')
const AddOIDCAppRequest$json = const {
  '1': 'AddOIDCAppRequest',
  '2': const [
    const {'1': 'project_id', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'projectId'},
    const {'1': 'name', '3': 2, '4': 1, '5': 9, '8': const {}, '10': 'name'},
    const {'1': 'redirect_uris', '3': 3, '4': 3, '5': 9, '8': const {}, '10': 'redirectUris'},
    const {'1': 'response_types', '3': 4, '4': 3, '5': 14, '6': '.zitadel.app.v1.OIDCResponseType', '8': const {}, '10': 'responseTypes'},
    const {'1': 'grant_types', '3': 5, '4': 3, '5': 14, '6': '.zitadel.app.v1.OIDCGrantType', '8': const {}, '10': 'grantTypes'},
    const {'1': 'app_type', '3': 6, '4': 1, '5': 14, '6': '.zitadel.app.v1.OIDCAppType', '8': const {}, '10': 'appType'},
    const {'1': 'auth_method_type', '3': 7, '4': 1, '5': 14, '6': '.zitadel.app.v1.OIDCAuthMethodType', '8': const {}, '10': 'authMethodType'},
    const {'1': 'post_logout_redirect_uris', '3': 8, '4': 3, '5': 9, '8': const {}, '10': 'postLogoutRedirectUris'},
    const {'1': 'version', '3': 9, '4': 1, '5': 14, '6': '.zitadel.app.v1.OIDCVersion', '8': const {}, '10': 'version'},
    const {'1': 'dev_mode', '3': 10, '4': 1, '5': 8, '8': const {}, '10': 'devMode'},
    const {'1': 'access_token_type', '3': 11, '4': 1, '5': 14, '6': '.zitadel.app.v1.OIDCTokenType', '8': const {}, '10': 'accessTokenType'},
    const {'1': 'access_token_role_assertion', '3': 12, '4': 1, '5': 8, '8': const {}, '10': 'accessTokenRoleAssertion'},
    const {'1': 'id_token_role_assertion', '3': 13, '4': 1, '5': 8, '8': const {}, '10': 'idTokenRoleAssertion'},
    const {'1': 'id_token_userinfo_assertion', '3': 14, '4': 1, '5': 8, '8': const {}, '10': 'idTokenUserinfoAssertion'},
    const {'1': 'clock_skew', '3': 15, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '8': const {}, '10': 'clockSkew'},
    const {'1': 'additional_origins', '3': 16, '4': 3, '5': 9, '8': const {}, '10': 'additionalOrigins'},
    const {'1': 'skip_native_app_success_page', '3': 17, '4': 1, '5': 8, '8': const {}, '10': 'skipNativeAppSuccessPage'},
  ],
};