diff --git a/README.md b/README.md index 4d3fce8d..8069448e 100644 --- a/README.md +++ b/README.md @@ -508,6 +508,19 @@ export class SiwaComponent implements OnInit { And show the button only if `siwaSupported` is `true`. +The response contains these fields: + +``` +"id" +"given_name" +"family_name" +"email" +"real_user_status" +"state" +"id_token" +"code" +``` + #### iOS <12 not supported