interface TaskHubOidcToken {
    oidcToken?: string;
}

Properties

Properties

oidcToken?: string