tokenPolicies

@JvmName(name = "pvfkvhryipxggasj")
suspend fun tokenPolicies(value: List<String>?)

Parameters

value

List of policies to encode onto generated tokens. Depending on the auth method, this list may be supplemented by user/group/other values.


@JvmName(name = "vkqikpkjoqxlvheq")
suspend fun tokenPolicies(vararg values: String)

Parameters

values

List of policies to encode onto generated tokens. Depending on the auth method, this list may be supplemented by user/group/other values.