Skip to content

Latest commit

 

History

History
58 lines (31 loc) · 1.18 KB

AppleRequestOperation.md

File metadata and controls

58 lines (31 loc) · 1.18 KB

Enumeration: AppleRequestOperation

Table of contents

Enumeration members

Enumeration members

IMPLICIT

IMPLICIT = 0

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

Defined in

index.d.ts:157


LOGIN

LOGIN = 1

An operation used to authenticate a user.

Defined in

index.d.ts:162


LOGOUT

LOGOUT = 3

An operation that ends an authenticated session.

Defined in

index.d.ts:172


REFRESH

REFRESH = 2

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

Defined in

index.d.ts:167