@adcp/sdk API Reference - v14.0.0-beta.6
Documentation
GitHub
npm
Preparing search index...
GovernanceAuthorizationClaims
Interface GovernanceAuthorizationClaims
interface
GovernanceAuthorizationClaims
{
iss
:
string
;
sub
:
string
;
plan_hash
:
string
;
aud
:
string
;
iat
:
number
;
nbf
?:
number
;
exp
:
number
;
jti
:
string
;
phase
:
string
;
caller
:
string
;
check_id
:
string
;
authorized_commitment
?:
GovernanceCommitment
;
authorized_task
?:
string
;
authorized_payload_hash
?:
string
;
[
key
:
string
]:
unknown
;
}
Hierarchy
Record
<
string
,
unknown
>
GovernanceAuthorizationClaims
Indexable
[
key
:
string
]:
unknown
Index
Properties
iss
sub
plan_
hash
aud
iat
nbf?
exp
jti
phase
caller
check_
id
authorized_
commitment?
authorized_
task?
authorized_
payload_
hash?
Properties
iss
iss
:
string
sub
sub
:
string
plan_
hash
plan_hash
:
string
aud
aud
:
string
iat
iat
:
number
Optional
nbf
nbf
?:
number
exp
exp
:
number
jti
jti
:
string
phase
phase
:
string
caller
caller
:
string
check_
id
check_id
:
string
Optional
authorized_
commitment
authorized_commitment
?:
GovernanceCommitment
Optional
authorized_
task
authorized_task
?:
string
Optional
authorized_
payload_
hash
authorized_payload_hash
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
iss
sub
plan_
hash
aud
iat
nbf
exp
jti
phase
caller
check_
id
authorized_
commitment
authorized_
task
authorized_
payload_
hash
Documentation
GitHub
npm
@adcp/sdk API Reference - v14.0.0-beta.6
Loading...