grantTypes

@JvmName(name = "wfndsudylfcuvitt")
suspend fun grantTypes(value: Output<List<String>>)
@JvmName(name = "tleshagqlvlwwimu")
suspend fun grantTypes(value: List<String>?)

Parameters

value

Form of Authorization Grants required when requesting an Access Token. Possible values are authorizationCode, clientCredentials, implicit and resourceOwnerPassword.


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


@JvmName(name = "oanmbwnbdsjdesym")
suspend fun grantTypes(values: List<Output<String>>)
@JvmName(name = "mwatjfkabiohnlbl")
suspend fun grantTypes(vararg values: String)

Parameters

values

Form of Authorization Grants required when requesting an Access Token. Possible values are authorizationCode, clientCredentials, implicit and resourceOwnerPassword.