An OpenID authorization request.
SDKs
- iOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Framework
- Authentication
Services
Declaration
class ASAuthorizationOpenIDRequest : ASAuthorization Request
An OpenID authorization request.
SDKs
Framework
class ASAuthorizationOpenIDRequest : ASAuthorization Request
var requested Operation: ASAuthorization .Open IDOperation
The OpenID authentication operation you want this request to perform.
struct ASAuthorization .Open IDOperation
The kinds of operations that you can perform with OpenID authentication.
var requested Scopes: [ASAuthorization .Scope]?
The contact information to be requested from the user during authentication.
struct ASAuthorization .Scope
The kinds of contact information that can be requested from the user.
var state: String?
Data that’s returned to you unmodified in the corresponding credential after a successful authentication.
func create Request() -> ASAuthorization Apple IDRequest
Creates a new Apple ID authorization request.
class ASAuthorization Apple IDRequest
An OpenID authorization request that relies on the user’s Apple ID.