Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 969 Bytes

_lib_index_d_.applerequestoperation.md

File metadata and controls

51 lines (27 loc) · 969 Bytes

Enumeration: AppleRequestOperation

Index

Enumeration members

Enumeration members

IMPLICIT

IMPLICIT: = 0

Defined in lib/index.d.ts:152

An operation that depends on the particular kind of credential provider.


LOGIN

LOGIN: = 1

Defined in lib/index.d.ts:157

An operation used to authenticate a user.


LOGOUT

LOGOUT: = 3

Defined in lib/index.d.ts:167

An operation that ends an authenticated session.


REFRESH

REFRESH: = 2

Defined in lib/index.d.ts:162

An operation that refreshes the logged-in user’s credentials.