I am trying to use okta go sdk .I am trying to get API call for okta password and signon policy from the sdk. But I am not able to do this.I need help on this. I am also trying to find “getPasswordPolicy” type from here but not able to do this. Any help appreciate.
@Lijia I use “Initialize a client” using this ```
ctx, client, err := okta.NewClient(context, okta.WithOrgUrl(“https://{yourOktaDomain}”), okta.WithToken("{apiToken}"))