wwWallet core documentation
Preparing search index...
server-core/src/statements
validateAuthorizationCode
Function validateAuthorizationCode
validateAuthorizationCode
(
__namedParameters
:
validateAuthorizationCodeParams
,
config
:
DecryptConfig
,
)
:
Promise
<
{
authorization_code
:
string
;
code_challenge
:
string
|
undefined
;
code_challenge_method
:
string
|
undefined
;
scope
:
string
;
sub
:
string
;
}
,
>
Parameters
__namedParameters
:
validateAuthorizationCodeParams
config
:
DecryptConfig
Returns
Promise
<
{
authorization_code
:
string
;
code_challenge
:
string
|
undefined
;
code_challenge_method
:
string
|
undefined
;
scope
:
string
;
sub
:
string
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
wwWallet core documentation
Loading...