mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-03-21 18:04:10 -05:00
Merge remote-tracking branch 'belladev/AccountSession-Resume'
This commit is contained in:
commit
28109239a3
|
|
@ -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