oauthScopes

@JvmName(name = "bsylifpgwaovsouh")
suspend fun oauthScopes(value: Output<List<String>>)
@JvmName(name = "gvbyxhyhnqspclia")
suspend fun oauthScopes(value: List<String>?)

Parameters

value

Specifies a list of OAuth 2.0 scopes that will be requested as part of GitHub login authentication.


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


@JvmName(name = "hoamtetrnlsinlro")
suspend fun oauthScopes(values: List<Output<String>>)
@JvmName(name = "ihnohpewvdfqbqgj")
suspend fun oauthScopes(vararg values: String)

Parameters

values

Specifies a list of OAuth 2.0 scopes that will be requested as part of GitHub login authentication.