grantTypes

@JvmName(name = "yplgsekghriripea")
suspend fun grantTypes(value: Output<List<Either<String, GrantType>>>)
@JvmName(name = "ifdhvsiffaykopga")
suspend fun grantTypes(value: List<Either<String, GrantType>>?)

Parameters

value

Form of an authorization grant, which the client uses to request the access token.


@JvmName(name = "ofbsnkgobccilkky")
suspend fun grantTypes(vararg values: Output<Either<String, GrantType>>)


@JvmName(name = "vetwcttwkgffpetu")
suspend fun grantTypes(values: List<Output<Either<String, GrantType>>>)
@JvmName(name = "srhmkfumrjehyxhd")
suspend fun grantTypes(vararg values: Either<String, GrantType>)

Parameters

values

Form of an authorization grant, which the client uses to request the access token.