Interface Oauth2Config

interface Oauth2Config {
    profileUrl?: string;
}

Properties

Properties

profileUrl?: string