Exemplo n.º 1
0
 public static string[] GetScopes(this AuthResponse authResponse)
 {
     return(authResponse.Scope.Split('+'));
 }
Exemplo n.º 2
0
 public static string GetStoreHash(this AuthResponse authResponse)
 {
     return(authResponse.Context.Replace("stores/", ""));
 }