GetCredentialsForIdentity

@JsonSerializable
data class GetCredentialsForIdentity(val IdentityId: IdentityId, val Logins: Map<String, String>? = null, val CustomRoleArn: ARN? = null) : CognitoIdentityAction<IdentityCredentials> (source)

Constructors

Link copied to clipboard
constructor(IdentityId: IdentityId, Logins: Map<String, String>? = null, CustomRoleArn: ARN? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<IdentityCredentials, RemoteFailure>
Link copied to clipboard
open fun uri(): Uri