customAuthorizationMethods
An array of custom authorization methods for the user to choose.
Declaration
var customAuthorizationMethods: [ASAuthorizationCustomMethod] { get set }Discussion
Custom authorization methods provide a unified interface for signing in to apps, while allowing the developer to customize the login experience. For example, use other to display a username and password field, a web-based flow, or a custom user interface.