powered by
Retrieves a token for federation.
connect_get_federation_token(InstanceId)
A list with the following syntax:
list( Credentials = list( AccessToken = "string", AccessTokenExpiration = as.POSIXct( "2015-01-01" ), RefreshToken = "string", RefreshTokenExpiration = as.POSIXct( "2015-01-01" ) ) )
[required] The identifier of the Amazon Connect instance.
svc$get_federation_token( InstanceId = "string" )