Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon committed Feb 1, 2022
1 parent a2dfcc5 commit df0caa1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/pages/versions/unversioned/sdk/auth-session.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,14 @@ Represents an authorization response error: [Section 5.2][s52].
Often times providers will fail to return the proper error message for a given error code.
This error method will add the missing description for more context on what went wrong.

### `GoogleAuthRequest`

Extends [`AuthRequest`](#authrequest) and accepts [`GoogleAuthRequestConfig`](#googleauthrequestconfig) in the constructor.

### `FacebookAuthRequest`

Extends [`AuthRequest`](#authrequest) and accepts [`FacebookAuthRequest`](#facebookauthrequest) in the constructor.

## Types

### `AuthSessionResult`
Expand Down
8 changes: 8 additions & 0 deletions docs/pages/versions/v44.0.0/sdk/auth-session.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,14 @@ Represents an authorization response error: [Section 5.2][s52].
Often times providers will fail to return the proper error message for a given error code.
This error method will add the missing description for more context on what went wrong.

### `GoogleAuthRequest`

Extends [`AuthRequest`](#authrequest) and accepts [`GoogleAuthRequestConfig`](#googleauthrequestconfig) in the constructor.

### `FacebookAuthRequest`

Extends [`AuthRequest`](#authrequest) and accepts [`FacebookAuthRequest`](#facebookauthrequest) in the constructor.

## Types

### `AuthSessionResult`
Expand Down

0 comments on commit df0caa1

Please sign in to comment.