mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-04-04 16:44:49 -05:00
Add static resume method to NintendoAccountSessionAuthorisationCoral
This commit is contained in:
parent
10dbc366eb
commit
c3506daad1
|
|
@ -1043,6 +1043,10 @@ export class NintendoAccountSessionAuthorisationCoral extends NintendoAccountSes
|
|||
|
||||
return new this(auth_data.url, auth_data.state, auth_data.verifier, redirect_uri);
|
||||
}
|
||||
|
||||
static resume(authorise_url: string, state: string, verifier: string, /** @internal */ redirect_uri?: string) {
|
||||
return new this(authorise_url, state, verifier, redirect_uri);
|
||||
}
|
||||
}
|
||||
|
||||
export interface CoralAuthData {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user