Skip to content

Commit

Permalink
added state parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Jiang committed May 17, 2016
1 parent 04273f5 commit 376fbb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Simplicity/OAuth2LoginProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public protocol OAuth2LoginProvider: LoginProvider {
var clientId: String { get }
var scopes: Set<String> { get set }
var grantType: OAuth2GrantType { get }
var state: String { get }
}

public enum OAuth2GrantType: String {
Expand Down

0 comments on commit 376fbb1

Please sign in to comment.