mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-25 22:19:22 -06:00
added address claims
This commit is contained in:
@@ -45,7 +45,16 @@ message StandardClaims {
|
||||
string phone_number = 17;
|
||||
bool phone_number_verified = 18;
|
||||
int32 updated_at = 19;
|
||||
// JSON: address -> Message Address {}
|
||||
Address address = 20;
|
||||
}
|
||||
|
||||
message Address {
|
||||
string formatted = 1;
|
||||
string street_address = 2;
|
||||
string locality = 3;
|
||||
string region = 4;
|
||||
string postal_code = 5;
|
||||
string country = 6;
|
||||
}
|
||||
|
||||
message Phoenix {
|
||||
|
||||
Reference in New Issue
Block a user