Skip to content

Commit

Permalink
Added client
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbletroubles committed Jul 20, 2023
1 parent 9675e84 commit de2ae10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/test/testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,11 @@ func NewTest(t *testing.T) (c *Test) {
c.AuthenticationMethodsClient.BaseClient.Endpoint = *endpoint
c.AuthenticationMethodsClient.BaseClient.RetryableClient.RetryMax = retry

c.AuthenticationStrengthPoliciesClient = msgraph.NewAuthenticationStrengthPoliciesClient()
c.AuthenticationStrengthPoliciesClient.BaseClient.Authorizer = c.Connections["default"].Authorizer
c.AuthenticationStrengthPoliciesClient.BaseClient.Endpoint = *endpoint
c.AuthenticationStrengthPoliciesClient.BaseClient.RetryableClient.RetryMax = retry

c.B2CUserFlowClient = msgraph.NewB2CUserFlowClient()
c.B2CUserFlowClient.BaseClient.Authorizer = c.Connections["b2c"].Authorizer
c.B2CUserFlowClient.BaseClient.Endpoint = *endpoint
Expand Down

0 comments on commit de2ae10

Please sign in to comment.