-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
40 changed files
with
77 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
.../nitt/delta/DAuthAuthenticatorActivity.kt → .../delta/auth/DAuthAuthenticatorActivity.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...u/nitt/delta/DauthAuthenticatorService.kt → ...t/delta/auth/DauthAuthenticatorService.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package edu.nitt.delta | ||
package edu.nitt.delta.auth | ||
|
||
import android.app.Service | ||
import android.content.Intent | ||
|
2 changes: 1 addition & 1 deletion
2
...main/java/edu/nitt/delta/api/ApiRoutes.kt → ...java/edu/nitt/delta/auth/api/ApiRoutes.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
.../main/java/edu/nitt/delta/api/DAuthApi.kt → .../java/edu/nitt/delta/auth/api/DAuthApi.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...va/edu/nitt/delta/api/RetrofitInstance.kt → ...u/nitt/delta/auth/api/RetrofitInstance.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...elta/constants/AccountManagerConstants.kt → ...auth/constants/AccountManagerConstants.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...itt/delta/constants/ErrorCodeConstants.kt → ...elta/auth/constants/ErrorCodeConstants.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../delta/constants/ErrorMessageConstants.kt → ...a/auth/constants/ErrorMessageConstants.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../nitt/delta/constants/WebViewConstants.kt → .../delta/auth/constants/WebViewConstants.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...va/edu/nitt/delta/helpers/Connectivity.kt → ...u/nitt/delta/auth/helpers/Connectivity.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../java/edu/nitt/delta/helpers/DateUtils.kt → .../edu/nitt/delta/auth/helpers/DateUtils.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...java/edu/nitt/delta/helpers/GsonHelper.kt → ...edu/nitt/delta/auth/helpers/GsonHelper.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../java/edu/nitt/delta/helpers/PkceUtils.kt → .../edu/nitt/delta/auth/helpers/PkceUtils.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../java/edu/nitt/delta/helpers/ViewUtils.kt → .../edu/nitt/delta/auth/helpers/ViewUtils.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...a/edu/nitt/delta/helpers/WebViewHelper.kt → .../nitt/delta/auth/helpers/WebViewHelper.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package edu.nitt.delta.helpers | ||
package edu.nitt.delta.auth.helpers | ||
|
||
import android.R | ||
import android.app.Dialog | ||
|
2 changes: 1 addition & 1 deletion
2
...u/nitt/delta/interfaces/ResultListener.kt → ...t/delta/auth/interfaces/ResultListener.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tt/delta/models/AuthorizationErrorType.kt → ...lta/auth/models/AuthorizationErrorType.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...nitt/delta/models/AuthorizationRequest.kt → ...delta/auth/models/AuthorizationRequest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...itt/delta/models/AuthorizationResponse.kt → ...elta/auth/models/AuthorizationResponse.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...du/nitt/delta/models/ClientCredentials.kt → ...tt/delta/auth/models/ClientCredentials.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...n/java/edu/nitt/delta/models/GrantType.kt → ...a/edu/nitt/delta/auth/models/GrantType.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package edu.nitt.delta.models | ||
package edu.nitt.delta.auth.models | ||
|
||
enum class GrantType { | ||
AuthorizationCode { | ||
|
2 changes: 1 addition & 1 deletion
2
...rc/main/java/edu/nitt/delta/models/Key.kt → ...in/java/edu/nitt/delta/auth/models/Key.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package edu.nitt.delta.models | ||
package edu.nitt.delta.auth.models | ||
|
||
data class Key( | ||
val e: String, | ||
|
2 changes: 1 addition & 1 deletion
2
...ava/edu/nitt/delta/models/ResponseType.kt → ...du/nitt/delta/auth/models/ResponseType.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package edu.nitt.delta.models | ||
package edu.nitt.delta.auth.models | ||
|
||
enum class ResponseType { | ||
Code{ | ||
|
2 changes: 1 addition & 1 deletion
2
...main/java/edu/nitt/delta/models/Result.kt → ...java/edu/nitt/delta/auth/models/Result.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package edu.nitt.delta.models | ||
package edu.nitt.delta.auth.models | ||
|
||
data class Result( | ||
val user: User?, | ||
|
2 changes: 1 addition & 1 deletion
2
.../main/java/edu/nitt/delta/models/Scope.kt → .../java/edu/nitt/delta/auth/models/Scope.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package edu.nitt.delta.models | ||
package edu.nitt.delta.auth.models | ||
|
||
enum class Scope { | ||
OpenID { | ||
|
2 changes: 1 addition & 1 deletion
2
.../main/java/edu/nitt/delta/models/Token.kt → .../java/edu/nitt/delta/auth/models/Token.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package edu.nitt.delta.models | ||
package edu.nitt.delta.auth.models | ||
|
||
data class Token( | ||
val access_token: String, | ||
|
2 changes: 1 addition & 1 deletion
2
...ava/edu/nitt/delta/models/TokenRequest.kt → ...du/nitt/delta/auth/models/TokenRequest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...c/main/java/edu/nitt/delta/models/User.kt → ...n/java/edu/nitt/delta/auth/models/User.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package edu.nitt.delta.models | ||
package edu.nitt.delta.auth.models | ||
|
||
data class User( | ||
val id: Int, | ||
|
2 changes: 1 addition & 1 deletion
2
...c/main/java/edu/nitt/delta/models/jwks.kt → ...n/java/edu/nitt/delta/auth/models/jwks.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package edu.nitt.delta.models | ||
package edu.nitt.delta.auth.models | ||
|
||
data class jwks ( | ||
val key: List<Key> | ||
|
2 changes: 1 addition & 1 deletion
2
...rc/main/java/edu/nitt/delta/models/jwt.kt → ...in/java/edu/nitt/delta/auth/models/jwt.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package edu.nitt.delta.models | ||
package edu.nitt.delta.auth.models | ||
|
||
data class jwt( | ||
val header: Header, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters