1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-10 13:23:18 +00:00

stub out okta directory service

This commit is contained in:
Kyle Spearrin
2018-05-02 23:31:49 -04:00
parent 4cd1a8a6a0
commit a8b741bb22
10 changed files with 326 additions and 34 deletions

View File

@@ -0,0 +1,4 @@
export class OktaConfiguration {
orgUrl: string;
token: string;
}