UNPKG

@javatypes/amqp-client

Version:
24 lines (23 loc) 921 B
declare namespace com { namespace rabbitmq { namespace client { namespace impl { namespace OAuth2ClientCredentialsGrantCredentialsProvider { // @ts-ignore class Token extends java.lang.Object { // @ts-ignore constructor(access: java.lang.String | string, expiresIn: number /*int*/, receivedAt: java.time.Instant) // @ts-ignore public getAccess(): string // @ts-ignore public getExpiresIn(): number /*int*/ // @ts-ignore public getReceivedAt(): java.time.Instant // @ts-ignore public getTimeBeforeExpiration(): java.time.Duration } } } } } }