Get Linux Function App Auth Settings V2Custom Oidc V2
data class GetLinuxFunctionAppAuthSettingsV2CustomOidcV2(val authorisationEndpoint: String, val certificationUri: String, val clientCredentialMethod: String, val clientId: String, val clientSecretSettingName: String, val issuerEndpoint: String, val name: String, val nameClaimType: String, val openidConfigurationEndpoint: String, val scopes: List<String>, val tokenEndpoint: String)
Constructors
Link copied to clipboard
fun GetLinuxFunctionAppAuthSettingsV2CustomOidcV2(authorisationEndpoint: String, certificationUri: String, clientCredentialMethod: String, clientId: String, clientSecretSettingName: String, issuerEndpoint: String, name: String, nameClaimType: String, openidConfigurationEndpoint: String, scopes: List<String>, tokenEndpoint: String)