Interface IAuthorization

interface IAuthorization {
    credentials?: null | string;
    type: IAuthenticationType;
}

Implemented by

Properties

Properties

credentials?: null | string