Add account issuers

This commit is contained in:
Ben Toogood
2020-05-21 16:41:55 +01:00
parent 856c73b341
commit 12061bd006
12 changed files with 159 additions and 228 deletions

View File

@@ -37,7 +37,7 @@ message Account {
string type = 2;
map<string, string> metadata = 4;
repeated string scopes = 5;
string provider = 6;
string issuer = 6;
string secret = 7;
}