@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface IoK8sApiAuthenticationV1TokenRequestStatus

    TokenRequestStatus is the result of a token request.

    interface IoK8sApiAuthenticationV1TokenRequestStatus {
        expirationTimestamp: string;
        token: string;
    }
    Index

    Properties

    expirationTimestamp: string

    ExpirationTimestamp is the time of expiration of the returned token.

    token: string

    Token is the opaque bearer token.