OpenIdProviderMetadata
constructor(issuer: String, authorizationEndpoint: String, tokenEndpoint: String, userInfoEndpoint: String? = null, jwksUri: String, registrationEndpoint: String? = null, scopesSupported: List<String>? = null, responseTypesSupported: List<String>? = null, responseModesSupported: List<String>? = null, grantTypesSupported: List<String>? = null, acrValuesSupported: List<String>? = null, subjectTypesSupported: List<String>? = null, idTokenSigningAlgValuesSupported: List<String>? = null, idTokenEncryptionAlgValuesSupported: List<String>? = null, idTokenEncryptionEncValuesSupported: List<String>? = null, userinfoSigningAlgValuesSupported: List<String>? = null, userinfoEncryptionAlgValuesSupported: List<String>? = null, userinfoEncryptionEncValuesSupported: List<String>? = null, requestObjectSigningAlgValuesSupported: List<String>? = null, requestObjectEncryptionAlgValuesSupported: List<String>? = null, requestObjectEncryptionEncValuesSupported: List<String>? = null, tokenEndpointAuthMethodsSupported: List<String>? = null, tokenEndpointAuthSigningAlgValuesSupported: List<String>? = null, displayValuesSupported: List<String>? = null, claimTypesSupported: List<String>? = null, claimsSupported: List<String>? = null, claimsLocalesSupported: List<String>? = null, uiLocalesSupported: List<String>? = null, claimsParameterSupported: Boolean? = null, requestParameterSupported: Boolean? = null, requestUriParameterSupported: Boolean? = null, requireRequestUriRegistration: Boolean? = null, authorizationResponseIssParameterSupported: Boolean? = null, opPolicyUri: String? = null, opTosUri: String? = null, endSessionEndpoint: String? = null, checkSessionIframe: String? = null)(source)