allowedOAuthScopes

@JvmName(name = "obuhyulfstrmyccd")
suspend fun allowedOAuthScopes(value: Output<List<String>>)
@JvmName(name = "huvrsrnsvjjckcwi")
suspend fun allowedOAuthScopes(value: List<String>?)

Parameters

value

The OAuth, OpenID Connect (OIDC), and custom scopes that you want to permit your app client to authorize access with. Scopes govern access control to user pool self-service API operations, user data from the userInfo endpoint, and third-party APIs. Scope values include phone , email , openid , and profile . The aws.cognito.signin.user.admin scope authorizes user self-service operations. Custom scopes with resource servers authorize access to external APIs.


@JvmName(name = "offdaquoduiqfnem")
suspend fun allowedOAuthScopes(vararg values: Output<String>)


@JvmName(name = "tsrnbneafrwvonac")
suspend fun allowedOAuthScopes(values: List<Output<String>>)
@JvmName(name = "ydemtnxxddbqvqmn")
suspend fun allowedOAuthScopes(vararg values: String)

Parameters

values

The OAuth, OpenID Connect (OIDC), and custom scopes that you want to permit your app client to authorize access with. Scopes govern access control to user pool self-service API operations, user data from the userInfo endpoint, and third-party APIs. Scope values include phone , email , openid , and profile . The aws.cognito.signin.user.admin scope authorizes user self-service operations. Custom scopes with resource servers authorize access to external APIs.