AWSConnectGetFederationTokenResponse

Objective-C

@interface AWSConnectGetFederationTokenResponse

Swift

class AWSConnectGetFederationTokenResponse
  • The credentials to use for federation.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSConnectCredentials *_Nullable credentials;

    Swift

    var credentials: AWSConnectCredentials? { get set }
  • The URL to sign into the user’s instance.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable signInUrl;

    Swift

    var signInUrl: String? { get set }
  • The Amazon Resource Name (ARN) of the user.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable userArn;

    Swift

    var userArn: String? { get set }
  • The identifier for the user. This can be the ID or the ARN of the user.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable userId;

    Swift

    var userId: String? { get set }