key(for:)
Retrieves the key for the specified platform single sign-on key type.
Declaration
func key(for keyType: ASAuthorizationProviderExtensionKeyType) -> SecKey?Parameters
- keyType:
The key type to retrieve.
Mentioned in
Return Value
The key identity if it exists, or nil if it doesn’t.