Credential
public struct Credential : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The RFC2617 compliant password associated with the SIP credentials, in US-ASCII format.
Declaration
Swift
public let password: String? -
The RFC2617 compliant user name associated with the SIP credentials, in US-ASCII format.
Declaration
Swift
public let username: String? -
Undocumented
Declaration
Swift
public init(password: String? = nil, username: String? = nil)
View on GitHub
Credential Structure Reference