AWSEC2ClientVpnAuthenticationType

Objective-C

NS_ENUM(NSInteger, AWSEC2ClientVpnAuthenticationType) {
    AWSEC2ClientVpnAuthenticationTypeUnknown,
    AWSEC2ClientVpnAuthenticationTypeCertificateAuthentication,
    AWSEC2ClientVpnAuthenticationTypeDirectoryServiceAuthentication,
    AWSEC2ClientVpnAuthenticationTypeFederatedAuthentication,
}

Swift

enum AWSEC2ClientVpnAuthenticationType : Int, @unchecked Sendable

Undocumented