Skip to content

Commit

Permalink
Authentication.Session - change internal class to private
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Aug 21, 2021
1 parent 3a229ae commit 8fb36c1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -163,7 +163,7 @@ public bool SessionRefresh()
}
}

public class ApiTokenResponse
private class ApiTokenResponse
{
public string access_token { get; set; }
public string refresh_token { get; set; }
Expand Down

0 comments on commit 8fb36c1

Please sign in to comment.