Platforms to show: All Mac Windows Linux Cross-Platform
ASAuthorizationAppleIDCredentialMBS class New in 25.3
Super class: ASAuthorizationCredentialMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | AuthenticationServices | MBS MacFrameworks Plugin | 25.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Subclass of the ASAuthorizationCredentialMBS class.
This is a subclass of an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 8 properties
- property authorizationCode as MemoryBlock
- property Email as String
- property fullName as Dictionary
- property identityToken as MemoryBlock
- property realUserStatus as Integer
- property State as String
- property User as String
- property userAgeRange as Integer
- method authorizedScopes as String()
- 6 constants
User Age Range
Constant | Value | Description |
---|---|---|
UserAgeRangeChild | 1 |
A child account. |
UserAgeRangeNotChild | 2 |
Not a child |
UserAgeRangeUnknown | 0 |
Unknown age |
User Detection Status
Constant | Value | Description |
---|---|---|
UserDetectionStatusLikelyReal | 2 |
The user appears to be a real person. |
UserDetectionStatusUnknown | 1 |
The system hasn’t determined whether the user might be a real person. |
UserDetectionStatusUnsupported | 0 |
The system can’t determine this user’s status as a real person. |
Super class ASAuthorizationCredentialMBS
- 2 properties
- property Description as String
- property Handle as Integer
- 2 methods
- method Constructor Private
- method copy as ASAuthorizationCredentialMBS
This class has no sub classes.
Blog Entries
Release notes
- Version 25.3
- Added ASAuthorizationAppleIDProviderMBS, ASAuthorizationAppleIDRequestMBS and ASAuthorizationAppleIDCredentialMBS classes for Sign in with Apple.
Some related classes:
- class ASAuthorizationAppleIDProviderMBS
- class ASAuthorizationAppleIDRequestMBS
- class ASAuthorizationCredentialMBS
The items on this page are in the following plugins: MBS MacFrameworks Plugin.
ASAuthorizationAppleIDButtonMBS - ASAuthorizationAppleIDProviderMBS
