Module: Static::CreateOIDCApp

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"CreateOIDCApp"
Query =
"  mutation CreateOIDCApp($name: String!, $domain: String!, $redirect_uris: [String]!, $grant_types: [String!]!, $response_types: [String!]!, $clientId: String, $client_id: String, $token_endpoint_auth_method: String, $image: String, $isDefault: Boolean, $id_token_signed_response_alg: String, $id_token_encrypted_response_alg: String, $id_token_encrypted_response_enc: String, $userinfo_signed_response_alg: String, $userinfo_encrypted_response_alg: String, $userinfo_encrypted_response_enc: String, $request_object_signing_alg: String, $request_object_encryption_alg: String, $request_object_encryption_enc: String, $jwks_uri: String, $_jwks_uri: String, $jwks: String, $_jwks: String, $custom_jwks: String, $description: String, $homepageURL: String, $authorization_code_expire: String, $id_token_expire: String, $access_token_expire: String, $cas_expire: String, $customStyles: OIDCProviderCustomStylesInput){\n  CreateOIDCApp(name: $name, domain: $domain, redirect_uris: $redirect_uris, grant_types: $grant_types, response_types: $response_types, clientId: $clientId, client_id: $client_id, token_endpoint_auth_method: $token_endpoint_auth_method, image: $image, isDefault: $isDefault, id_token_signed_response_alg: $id_token_signed_response_alg, id_token_encrypted_response_alg: $id_token_encrypted_response_alg, id_token_encrypted_response_enc: $id_token_encrypted_response_enc, userinfo_signed_response_alg: $userinfo_signed_response_alg, userinfo_encrypted_response_alg: $userinfo_encrypted_response_alg, userinfo_encrypted_response_enc: $userinfo_encrypted_response_enc, request_object_signing_alg: $request_object_signing_alg, request_object_encryption_alg: $request_object_encryption_alg, request_object_encryption_enc: $request_object_encryption_enc, jwks_uri: $jwks_uri, _jwks_uri: $_jwks_uri, jwks: $jwks, _jwks: $_jwks, custom_jwks: $custom_jwks, description: $description, homepageURL: $homepageURL, authorization_code_expire: $authorization_code_expire, id_token_expire: $id_token_expire, access_token_expire: $access_token_expire, cas_expire: $cas_expire, customStyles: $customStyles){\n      _id\n      name\n      domain\n      image\n      redirect_uris\n      client_id\n      client_secret\n      token_endpoint_auth_method\n      id_token_signed_response_alg\n      id_token_encrypted_response_alg\n      id_token_encrypted_response_enc\n      userinfo_signed_response_alg\n      userinfo_encrypted_response_alg\n      userinfo_encrypted_response_enc\n      request_object_signing_alg\n      request_object_encryption_alg\n      request_object_encryption_enc\n      jwks_uri\n      _jwks_uri\n      custom_jwks\n      jwks\n      _jwks\n      clientId\n      grant_types\n      response_types\n      description\n      homepageURL\n      isDeleted\n      isDefault\n      when\n      css\n      authorization_code_expire\n      id_token_expire\n      access_token_expire\n      cas_expire\n      loginUrl\n      customStyles{\n          forceLogin\n          hideQRCode\n          hideUP\n          hideUsername\n          hideRegister\n          hidePhone\n          hideSocial\n          hideClose\n          hidePhonePassword\n          defaultLoginMethod\n      }\n  }\n}\n"