Uses of Class
org.robovm.apple.authservices.ASCredentialServiceIdentifier
| Package | Description |
|---|---|
| org.robovm.apple.authservices |
-
Uses of ASCredentialServiceIdentifier in org.robovm.apple.authservices
Methods in org.robovm.apple.authservices that return ASCredentialServiceIdentifier Modifier and Type Method Description ASCredentialServiceIdentifierASAccountAuthenticationModificationReplacePasswordWithSignInWithAppleRequest. getServiceIdentifier()ASCredentialServiceIdentifierASAccountAuthenticationModificationUpgradePasswordToStrongPasswordRequest. getServiceIdentifier()ASCredentialServiceIdentifierASPasswordCredentialIdentity. getServiceIdentifier()Methods in org.robovm.apple.authservices with parameters of type ASCredentialServiceIdentifier Modifier and Type Method Description voidASAccountAuthenticationModificationViewController. changePasswordWithoutUserInteraction(ASCredentialServiceIdentifier serviceIdentifier, ASPasswordCredential existingCredential, String newPassword, NSDictionary<?,?> userInfo)voidASAccountAuthenticationModificationViewController. convertAccountToSignInWithAppleWithoutUserInteraction(ASCredentialServiceIdentifier serviceIdentifier, ASPasswordCredential existingCredential, NSDictionary<?,?> userInfo)protected longASAccountAuthenticationModificationReplacePasswordWithSignInWithAppleRequest. init(String user, ASCredentialServiceIdentifier serviceIdentifier, NSDictionary<?,?> userInfo)protected longASAccountAuthenticationModificationUpgradePasswordToStrongPasswordRequest. init(String user, ASCredentialServiceIdentifier serviceIdentifier, NSDictionary<?,?> userInfo)protected longASPasswordCredentialIdentity. init(ASCredentialServiceIdentifier serviceIdentifier, String user, String recordIdentifier)voidASAccountAuthenticationModificationViewController. prepareInterfaceToChangePassword(ASCredentialServiceIdentifier serviceIdentifier, ASPasswordCredential existingCredential, String newPassword, NSDictionary<?,?> userInfo)voidASAccountAuthenticationModificationViewController. prepareInterfaceToConvertAccountToSignInWithApple(ASCredentialServiceIdentifier serviceIdentifier, ASPasswordCredential existingCredential, NSDictionary<?,?> userInfo)Method parameters in org.robovm.apple.authservices with type arguments of type ASCredentialServiceIdentifier Modifier and Type Method Description voidASCredentialProviderViewController. prepareCredentialListForServiceIdentifiers(NSArray<ASCredentialServiceIdentifier> serviceIdentifiers)Constructors in org.robovm.apple.authservices with parameters of type ASCredentialServiceIdentifier Constructor Description ASAccountAuthenticationModificationReplacePasswordWithSignInWithAppleRequest(String user, ASCredentialServiceIdentifier serviceIdentifier, NSDictionary<?,?> userInfo)ASAccountAuthenticationModificationUpgradePasswordToStrongPasswordRequest(String user, ASCredentialServiceIdentifier serviceIdentifier, NSDictionary<?,?> userInfo)ASPasswordCredentialIdentity(ASCredentialServiceIdentifier serviceIdentifier, String user, String recordIdentifier)