Skip to content

Commit 9d087bc

Browse files
committed
export shared types
1 parent 89b83e6 commit 9d087bc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

entraid.go

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
package entraid
2+
3+
import "github.com/redis-developer/go-redis-entraid/shared"
4+
5+
// IdentityProvider is an alias for the shared.IdentityProvider interface.
6+
type IdentityProvider = shared.IdentityProvider
7+
8+
// IdentityProviderResponse is an alias for the shared.IdentityProviderResponse interface.
9+
type IdentityProviderResponse = shared.IdentityProviderResponse
10+
11+
// IdentityProviderResponseParser is an alias for the shared.IdentityProviderResponseParser interface.
12+
type IdentityProviderResponseParser = shared.IdentityProviderResponseParser

0 commit comments

Comments
 (0)