An identifier representing a particular service for which the user needs a credential, like a web site.
SDK
- iOS 12.0+
Framework
- Authentication
Services
Declaration
class ASCredentialServiceIdentifier : NSObject
An identifier representing a particular service for which the user needs a credential, like a web site.
SDK
Framework
class ASCredentialServiceIdentifier : NSObject
init(identifier: String, type: ASCredential Service Identifier .Identifier Type)
Initializes a credential service identifier instance.
var identifier: String
A string that names the identified service.
var type: ASCredential Service Identifier .Identifier Type
The kind of services that the identifier represents.
enum ASCredential Service Identifier .Identifier Type
Possible values for the service identifier type.
func prepare Credential List(for: [ASCredential Service Identifier])
Prepares the interface to display a list of credentials from which the user can select.