UNPKG

@aws-sdk/types

Version:
7 lines (6 loc) 192 B
export interface Identity { readonly expiration?: Date; } export interface IdentityProvider<IdentityT extends Identity> { (identityProperties?: Record<string, any>): Promise<IdentityT>; }