Interface SSOResponseInterface

interface SSOResponseInterface {
    token: string;
    type: string;
}

Properties

Properties

token: string
type: string