- validate(delegation, opts?): void
Parameters
Optional
opts: {
checkAudience: undefined | Principal<`did:${string}:${string}`>;
checkIsExpired: undefined | boolean;
checkIsTooEarly: undefined | boolean;
}
checkAudience: undefined | Principal<`did:${string}:${string}`>
checkIsExpired: undefined | boolean
checkIsTooEarly: undefined | boolean
Returns void