메소드 | 설명 | |
---|---|---|
AuthenticateAsync ( string authCode ) : Task |
Not used for this type of authentication
|
|
JWTAuthRepository ( |
Constructor JWT auth. repository
|
|
JWTAuthRepository ( OAuthSession session, |
Constructor JWT auth. repository
|
|
LogoutAsync ( ) : Task |
Not used for this type of authentication
|
|
RefreshAccessTokenAsync ( string accessToken ) : Task |
Retrieves a new access token using BoxJWTAuth
|
메소드 | 설명 | |
---|---|---|
OnSessionAuthenticated ( OAuthSession session ) : void |
public AuthenticateAsync ( string authCode ) : Task |
||
authCode | string | |
리턴 | Task |
public JWTAuthRepository ( |
||
session | OAuth session | |
boxJWTAuth | JWT authentication | |
userId | string | Id of the user |
리턴 | Box.V2.Auth |
public JWTAuthRepository ( OAuthSession session, |
||
session | OAuthSession | OAuth session |
boxJWTAuth | JWT authentication | |
userId | string | Id of the user |
리턴 | System |
public RefreshAccessTokenAsync ( string accessToken ) : Task |
||
accessToken | string | This input is not used. Could be set to null |
리턴 | Task |