Class ASCredentialServiceIdentifierType
- java.lang.Object
-
- apple.authenticationservices.enums.ASCredentialServiceIdentifierType
-
public final class ASCredentialServiceIdentifierType extends java.lang.Object[@enum] ASCredentialServiceIdentifierType The type of value represented by the service identifier. [@constant] ASCredentialServiceIdentifierTypeDomain The service identifier represents a domain name that conforms to RFC 1035. [@constant] ASCredentialServiceIdentifierTypeURL The service identifier represents a URL that conforms to RFC 1738.
-
-
Field Detail
-
Domain
public static final long Domain
- See Also:
- Constant Field Values
-
URL
public static final long URL
- See Also:
- Constant Field Values
-
-