authress-sdk 0.1.20.0 → 1.0.21.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +36 -32
- data/lib/authress_sdk.rb +18 -0
- data/lib/{swagger_client → authress_sdk}/api/access_records_api.rb +73 -80
- data/lib/{swagger_client → authress_sdk}/api/accounts_api.rb +31 -38
- data/lib/{swagger_client → authress_sdk}/api/metadata_api.rb +23 -30
- data/lib/{swagger_client → authress_sdk}/api/resource_permissions_api.rb +33 -40
- data/lib/{swagger_client → authress_sdk}/api/roles_api.rb +36 -43
- data/lib/{swagger_client → authress_sdk}/api/service_clients_api.rb +56 -63
- data/lib/{swagger_client → authress_sdk}/api/user_permissions_api.rb +44 -51
- data/lib/authress_sdk/api_error.rb +50 -0
- data/lib/{swagger_client/api_client.rb → authress_sdk/authress_client.rb} +36 -110
- data/lib/authress_sdk/constant_token_provider.rb +19 -0
- data/lib/{swagger_client → authress_sdk}/models/access_record.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/access_record_collection.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/access_record_collection_records.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/account.rb +4 -11
- data/lib/{swagger_client/models/inline_response_200_11.rb → authress_sdk/models/account_collection.rb} +5 -12
- data/lib/{swagger_client → authress_sdk}/models/account_collection_accounts.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/body.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/body_1.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/body_10.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/body_11.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/body_2.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/body_3.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/body_4.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/body_5.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/body_6.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/body_7.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/body_8.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/body_9.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/claim_request.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/claim_response.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/client.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/client_access_key.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/client_collection.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/client_collection_clients.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/identity.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/identity_collection.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/identity_collection_identities.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/identity_request.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/inline_response_200.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/inline_response_200_1.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/inline_response_200_10.rb +4 -11
- data/lib/{swagger_client/models/account_collection.rb → authress_sdk/models/inline_response_200_11.rb} +5 -12
- data/lib/{swagger_client → authress_sdk}/models/inline_response_200_12.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/inline_response_200_13.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/inline_response_200_14.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/inline_response_200_15.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/inline_response_200_2.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/inline_response_200_3.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/inline_response_200_4.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/inline_response_200_5.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/inline_response_200_6.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/inline_response_200_7.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/inline_response_200_8.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/inline_response_200_9.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/invite.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/link.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/metadata_object.rb +4 -11
- data/lib/{swagger_client/models/v1roles_permissions.rb → authress_sdk/models/permission_object.rb} +5 -12
- data/lib/{swagger_client → authress_sdk}/models/permission_response.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/resource_permission.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/resource_permission_collection.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/resource_permission_collection_links.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/resource_permission_collection_links_next.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/resource_permission_collection_resources.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/resource_users_collection.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/role.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/statement.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/token_request.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/user.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/user_resources.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/user_resources_resources.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/user_token.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/user_token_links.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/user_token_links_self.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/v1clients_options.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/v1records_account.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/v1records_links.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/v1records_links_self.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/v1records_users.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/v1resourcesresource_uri_permissions.rb +4 -11
- data/lib/{swagger_client/models/permission_object.rb → authress_sdk/models/v1roles_permissions.rb} +5 -12
- data/lib/{swagger_client → authress_sdk}/models/v1usersuser_idresourcesresource_urimetadata_account.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/v1usersuser_idtokens_resources.rb +4 -11
- data/lib/{swagger_client → authress_sdk}/models/v1usersuser_idtokens_statements.rb +4 -11
- data/lib/authress_sdk/service_client_token_provider.rb +18 -0
- metadata +87 -87
- data/lib/swagger_client.rb +0 -30
- data/lib/swagger_client/api_error.rb +0 -57
- data/lib/swagger_client/configuration.rb +0 -205
- data/lib/swagger_client/version.rb +0 -14
@@ -1,17 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#Authress
|
3
2
|
|
4
|
-
#<p> <h2>Authorization</h2> <p>Authorization for Authress is handled one of two different ways. Both mechanisms use oauth2 <i>Bearer</i> tokens.</p> <br> <h4>Identity Provider JWT</h4> <p>Hook up your preferred identity provider directly to Authress. Authress will verify JWTs sourced from that identify provider and allow direct integration with these APIs. Any OIDC JWT provider works, Google, Auth0, Okta, etc... With this mechanism your web app can make direct calls to the permissions API on behalf of your users. <br> <a href=\"https://authress.io/app/#/manage?focus=identity\">Link identity provider</a> </p> <br> <h4>Authress Clients</h4> <p>Regardless of using direct identity provider integration, with the API you can create Authress clients which can call any of the methods on the API. Your users won't be able to directly make API calls, all web app integrations must go through a service which stores the Authress private key. <br> <a href=\"https://authress.io/app/#/manage?focus=clients\">Create Authress service client</a> </p> <br> <h2>Usage</h2> <h4>Billable APIs</h4> <p>Most of the api available is completely free. Use it to populate your roles and configure your account. You'll only be charged for the ones marked as Billable.</p> <p><ul> <li><i class=\"far fa-fw fa-money-bill-alt text-primary\"></i> <span class=\"text-primary\">Billable</span> - <small>These APIs count as calls for your account and will be charged.</small></li> <li><i class=\"fas fa-fw fa-angle-double-right text-secondary\"></i> <span class=\"text-secondary\">Free</span> - <small>These are totally free.</small></li> <li><i class=\"fas fa-fw fa-balance-scale text-secondary\"></i> <span class=\"text-secondary\">Condition</span> - <small>Are conditionally free, see api methods for details.</small></li> </ul></p> <br> <h4>API Access</h4> <p>Access to the following APIs is based on Authress permissions, not the application permissions assigned in Authress to the application services. Each resource is tagged with the required permission <span class=\"badge badge-outline-secondary\">Action: Resource</span> </p>
|
5
|
-
|
6
|
-
OpenAPI spec version: v1
|
7
|
-
Contact: support@authress.io
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 3.0.23
|
10
3
|
=end
|
11
4
|
|
12
5
|
require 'date'
|
13
6
|
|
14
|
-
module
|
7
|
+
module AuthressSdk
|
15
8
|
class V1recordsAccount
|
16
9
|
attr_accessor :account_id
|
17
10
|
|
@@ -39,13 +32,13 @@ module SwaggerClient
|
|
39
32
|
# @param [Hash] attributes Model attributes in the form of hash
|
40
33
|
def initialize(attributes = {})
|
41
34
|
if (!attributes.is_a?(Hash))
|
42
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `
|
35
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `AuthressSdk::V1recordsAccount` initialize method"
|
43
36
|
end
|
44
37
|
|
45
38
|
# check to see if the attribute exists and convert string to symbol for hash key
|
46
39
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
47
40
|
if (!self.class.attribute_map.key?(k.to_sym))
|
48
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `
|
41
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `AuthressSdk::V1recordsAccount`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
49
42
|
end
|
50
43
|
h[k.to_sym] = v
|
51
44
|
}
|
@@ -159,7 +152,7 @@ module SwaggerClient
|
|
159
152
|
end
|
160
153
|
end
|
161
154
|
else # model
|
162
|
-
|
155
|
+
AuthressSdk.const_get(type).build_from_hash(value)
|
163
156
|
end
|
164
157
|
end
|
165
158
|
|
@@ -1,17 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#Authress
|
3
2
|
|
4
|
-
#<p> <h2>Authorization</h2> <p>Authorization for Authress is handled one of two different ways. Both mechanisms use oauth2 <i>Bearer</i> tokens.</p> <br> <h4>Identity Provider JWT</h4> <p>Hook up your preferred identity provider directly to Authress. Authress will verify JWTs sourced from that identify provider and allow direct integration with these APIs. Any OIDC JWT provider works, Google, Auth0, Okta, etc... With this mechanism your web app can make direct calls to the permissions API on behalf of your users. <br> <a href=\"https://authress.io/app/#/manage?focus=identity\">Link identity provider</a> </p> <br> <h4>Authress Clients</h4> <p>Regardless of using direct identity provider integration, with the API you can create Authress clients which can call any of the methods on the API. Your users won't be able to directly make API calls, all web app integrations must go through a service which stores the Authress private key. <br> <a href=\"https://authress.io/app/#/manage?focus=clients\">Create Authress service client</a> </p> <br> <h2>Usage</h2> <h4>Billable APIs</h4> <p>Most of the api available is completely free. Use it to populate your roles and configure your account. You'll only be charged for the ones marked as Billable.</p> <p><ul> <li><i class=\"far fa-fw fa-money-bill-alt text-primary\"></i> <span class=\"text-primary\">Billable</span> - <small>These APIs count as calls for your account and will be charged.</small></li> <li><i class=\"fas fa-fw fa-angle-double-right text-secondary\"></i> <span class=\"text-secondary\">Free</span> - <small>These are totally free.</small></li> <li><i class=\"fas fa-fw fa-balance-scale text-secondary\"></i> <span class=\"text-secondary\">Condition</span> - <small>Are conditionally free, see api methods for details.</small></li> </ul></p> <br> <h4>API Access</h4> <p>Access to the following APIs is based on Authress permissions, not the application permissions assigned in Authress to the application services. Each resource is tagged with the required permission <span class=\"badge badge-outline-secondary\">Action: Resource</span> </p>
|
5
|
-
|
6
|
-
OpenAPI spec version: v1
|
7
|
-
Contact: support@authress.io
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 3.0.23
|
10
3
|
=end
|
11
4
|
|
12
5
|
require 'date'
|
13
6
|
|
14
|
-
module
|
7
|
+
module AuthressSdk
|
15
8
|
class V1recordsLinks
|
16
9
|
attr_accessor :_self
|
17
10
|
|
@@ -39,13 +32,13 @@ module SwaggerClient
|
|
39
32
|
# @param [Hash] attributes Model attributes in the form of hash
|
40
33
|
def initialize(attributes = {})
|
41
34
|
if (!attributes.is_a?(Hash))
|
42
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `
|
35
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `AuthressSdk::V1recordsLinks` initialize method"
|
43
36
|
end
|
44
37
|
|
45
38
|
# check to see if the attribute exists and convert string to symbol for hash key
|
46
39
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
47
40
|
if (!self.class.attribute_map.key?(k.to_sym))
|
48
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `
|
41
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `AuthressSdk::V1recordsLinks`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
49
42
|
end
|
50
43
|
h[k.to_sym] = v
|
51
44
|
}
|
@@ -159,7 +152,7 @@ module SwaggerClient
|
|
159
152
|
end
|
160
153
|
end
|
161
154
|
else # model
|
162
|
-
|
155
|
+
AuthressSdk.const_get(type).build_from_hash(value)
|
163
156
|
end
|
164
157
|
end
|
165
158
|
|
@@ -1,17 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#Authress
|
3
2
|
|
4
|
-
#<p> <h2>Authorization</h2> <p>Authorization for Authress is handled one of two different ways. Both mechanisms use oauth2 <i>Bearer</i> tokens.</p> <br> <h4>Identity Provider JWT</h4> <p>Hook up your preferred identity provider directly to Authress. Authress will verify JWTs sourced from that identify provider and allow direct integration with these APIs. Any OIDC JWT provider works, Google, Auth0, Okta, etc... With this mechanism your web app can make direct calls to the permissions API on behalf of your users. <br> <a href=\"https://authress.io/app/#/manage?focus=identity\">Link identity provider</a> </p> <br> <h4>Authress Clients</h4> <p>Regardless of using direct identity provider integration, with the API you can create Authress clients which can call any of the methods on the API. Your users won't be able to directly make API calls, all web app integrations must go through a service which stores the Authress private key. <br> <a href=\"https://authress.io/app/#/manage?focus=clients\">Create Authress service client</a> </p> <br> <h2>Usage</h2> <h4>Billable APIs</h4> <p>Most of the api available is completely free. Use it to populate your roles and configure your account. You'll only be charged for the ones marked as Billable.</p> <p><ul> <li><i class=\"far fa-fw fa-money-bill-alt text-primary\"></i> <span class=\"text-primary\">Billable</span> - <small>These APIs count as calls for your account and will be charged.</small></li> <li><i class=\"fas fa-fw fa-angle-double-right text-secondary\"></i> <span class=\"text-secondary\">Free</span> - <small>These are totally free.</small></li> <li><i class=\"fas fa-fw fa-balance-scale text-secondary\"></i> <span class=\"text-secondary\">Condition</span> - <small>Are conditionally free, see api methods for details.</small></li> </ul></p> <br> <h4>API Access</h4> <p>Access to the following APIs is based on Authress permissions, not the application permissions assigned in Authress to the application services. Each resource is tagged with the required permission <span class=\"badge badge-outline-secondary\">Action: Resource</span> </p>
|
5
|
-
|
6
|
-
OpenAPI spec version: v1
|
7
|
-
Contact: support@authress.io
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 3.0.23
|
10
3
|
=end
|
11
4
|
|
12
5
|
require 'date'
|
13
6
|
|
14
|
-
module
|
7
|
+
module AuthressSdk
|
15
8
|
# A self link pointing to this request url
|
16
9
|
class V1recordsLinksSelf
|
17
10
|
# The absolute url pointing to the reference resource.
|
@@ -46,13 +39,13 @@ module SwaggerClient
|
|
46
39
|
# @param [Hash] attributes Model attributes in the form of hash
|
47
40
|
def initialize(attributes = {})
|
48
41
|
if (!attributes.is_a?(Hash))
|
49
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `
|
42
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `AuthressSdk::V1recordsLinksSelf` initialize method"
|
50
43
|
end
|
51
44
|
|
52
45
|
# check to see if the attribute exists and convert string to symbol for hash key
|
53
46
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
54
47
|
if (!self.class.attribute_map.key?(k.to_sym))
|
55
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `
|
48
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `AuthressSdk::V1recordsLinksSelf`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
56
49
|
end
|
57
50
|
h[k.to_sym] = v
|
58
51
|
}
|
@@ -171,7 +164,7 @@ module SwaggerClient
|
|
171
164
|
end
|
172
165
|
end
|
173
166
|
else # model
|
174
|
-
|
167
|
+
AuthressSdk.const_get(type).build_from_hash(value)
|
175
168
|
end
|
176
169
|
end
|
177
170
|
|
@@ -1,17 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#Authress
|
3
2
|
|
4
|
-
#<p> <h2>Authorization</h2> <p>Authorization for Authress is handled one of two different ways. Both mechanisms use oauth2 <i>Bearer</i> tokens.</p> <br> <h4>Identity Provider JWT</h4> <p>Hook up your preferred identity provider directly to Authress. Authress will verify JWTs sourced from that identify provider and allow direct integration with these APIs. Any OIDC JWT provider works, Google, Auth0, Okta, etc... With this mechanism your web app can make direct calls to the permissions API on behalf of your users. <br> <a href=\"https://authress.io/app/#/manage?focus=identity\">Link identity provider</a> </p> <br> <h4>Authress Clients</h4> <p>Regardless of using direct identity provider integration, with the API you can create Authress clients which can call any of the methods on the API. Your users won't be able to directly make API calls, all web app integrations must go through a service which stores the Authress private key. <br> <a href=\"https://authress.io/app/#/manage?focus=clients\">Create Authress service client</a> </p> <br> <h2>Usage</h2> <h4>Billable APIs</h4> <p>Most of the api available is completely free. Use it to populate your roles and configure your account. You'll only be charged for the ones marked as Billable.</p> <p><ul> <li><i class=\"far fa-fw fa-money-bill-alt text-primary\"></i> <span class=\"text-primary\">Billable</span> - <small>These APIs count as calls for your account and will be charged.</small></li> <li><i class=\"fas fa-fw fa-angle-double-right text-secondary\"></i> <span class=\"text-secondary\">Free</span> - <small>These are totally free.</small></li> <li><i class=\"fas fa-fw fa-balance-scale text-secondary\"></i> <span class=\"text-secondary\">Condition</span> - <small>Are conditionally free, see api methods for details.</small></li> </ul></p> <br> <h4>API Access</h4> <p>Access to the following APIs is based on Authress permissions, not the application permissions assigned in Authress to the application services. Each resource is tagged with the required permission <span class=\"badge badge-outline-secondary\">Action: Resource</span> </p>
|
5
|
-
|
6
|
-
OpenAPI spec version: v1
|
7
|
-
Contact: support@authress.io
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 3.0.23
|
10
3
|
=end
|
11
4
|
|
12
5
|
require 'date'
|
13
6
|
|
14
|
-
module
|
7
|
+
module AuthressSdk
|
15
8
|
# A user object that identifies a user.
|
16
9
|
class V1recordsUsers
|
17
10
|
attr_accessor :user_id
|
@@ -40,13 +33,13 @@ module SwaggerClient
|
|
40
33
|
# @param [Hash] attributes Model attributes in the form of hash
|
41
34
|
def initialize(attributes = {})
|
42
35
|
if (!attributes.is_a?(Hash))
|
43
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `
|
36
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `AuthressSdk::V1recordsUsers` initialize method"
|
44
37
|
end
|
45
38
|
|
46
39
|
# check to see if the attribute exists and convert string to symbol for hash key
|
47
40
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
48
41
|
if (!self.class.attribute_map.key?(k.to_sym))
|
49
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `
|
42
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `AuthressSdk::V1recordsUsers`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
50
43
|
end
|
51
44
|
h[k.to_sym] = v
|
52
45
|
}
|
@@ -160,7 +153,7 @@ module SwaggerClient
|
|
160
153
|
end
|
161
154
|
end
|
162
155
|
else # model
|
163
|
-
|
156
|
+
AuthressSdk.const_get(type).build_from_hash(value)
|
164
157
|
end
|
165
158
|
end
|
166
159
|
|
@@ -1,17 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#Authress
|
3
2
|
|
4
|
-
#<p> <h2>Authorization</h2> <p>Authorization for Authress is handled one of two different ways. Both mechanisms use oauth2 <i>Bearer</i> tokens.</p> <br> <h4>Identity Provider JWT</h4> <p>Hook up your preferred identity provider directly to Authress. Authress will verify JWTs sourced from that identify provider and allow direct integration with these APIs. Any OIDC JWT provider works, Google, Auth0, Okta, etc... With this mechanism your web app can make direct calls to the permissions API on behalf of your users. <br> <a href=\"https://authress.io/app/#/manage?focus=identity\">Link identity provider</a> </p> <br> <h4>Authress Clients</h4> <p>Regardless of using direct identity provider integration, with the API you can create Authress clients which can call any of the methods on the API. Your users won't be able to directly make API calls, all web app integrations must go through a service which stores the Authress private key. <br> <a href=\"https://authress.io/app/#/manage?focus=clients\">Create Authress service client</a> </p> <br> <h2>Usage</h2> <h4>Billable APIs</h4> <p>Most of the api available is completely free. Use it to populate your roles and configure your account. You'll only be charged for the ones marked as Billable.</p> <p><ul> <li><i class=\"far fa-fw fa-money-bill-alt text-primary\"></i> <span class=\"text-primary\">Billable</span> - <small>These APIs count as calls for your account and will be charged.</small></li> <li><i class=\"fas fa-fw fa-angle-double-right text-secondary\"></i> <span class=\"text-secondary\">Free</span> - <small>These are totally free.</small></li> <li><i class=\"fas fa-fw fa-balance-scale text-secondary\"></i> <span class=\"text-secondary\">Condition</span> - <small>Are conditionally free, see api methods for details.</small></li> </ul></p> <br> <h4>API Access</h4> <p>Access to the following APIs is based on Authress permissions, not the application permissions assigned in Authress to the application services. Each resource is tagged with the required permission <span class=\"badge badge-outline-secondary\">Action: Resource</span> </p>
|
5
|
-
|
6
|
-
OpenAPI spec version: v1
|
7
|
-
Contact: support@authress.io
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 3.0.23
|
10
3
|
=end
|
11
4
|
|
12
5
|
require 'date'
|
13
6
|
|
14
|
-
module
|
7
|
+
module AuthressSdk
|
15
8
|
class V1resourcesresourceUriPermissions
|
16
9
|
attr_accessor :action
|
17
10
|
|
@@ -65,13 +58,13 @@ module SwaggerClient
|
|
65
58
|
# @param [Hash] attributes Model attributes in the form of hash
|
66
59
|
def initialize(attributes = {})
|
67
60
|
if (!attributes.is_a?(Hash))
|
68
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `
|
61
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `AuthressSdk::V1resourcesresourceUriPermissions` initialize method"
|
69
62
|
end
|
70
63
|
|
71
64
|
# check to see if the attribute exists and convert string to symbol for hash key
|
72
65
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
73
66
|
if (!self.class.attribute_map.key?(k.to_sym))
|
74
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `
|
67
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `AuthressSdk::V1resourcesresourceUriPermissions`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
75
68
|
end
|
76
69
|
h[k.to_sym] = v
|
77
70
|
}
|
@@ -207,7 +200,7 @@ module SwaggerClient
|
|
207
200
|
end
|
208
201
|
end
|
209
202
|
else # model
|
210
|
-
|
203
|
+
AuthressSdk.const_get(type).build_from_hash(value)
|
211
204
|
end
|
212
205
|
end
|
213
206
|
|
data/lib/{swagger_client/models/permission_object.rb → authress_sdk/models/v1roles_permissions.rb}
RENAMED
@@ -1,19 +1,12 @@
|
|
1
1
|
=begin
|
2
|
-
#Authress
|
3
2
|
|
4
|
-
#<p> <h2>Authorization</h2> <p>Authorization for Authress is handled one of two different ways. Both mechanisms use oauth2 <i>Bearer</i> tokens.</p> <br> <h4>Identity Provider JWT</h4> <p>Hook up your preferred identity provider directly to Authress. Authress will verify JWTs sourced from that identify provider and allow direct integration with these APIs. Any OIDC JWT provider works, Google, Auth0, Okta, etc... With this mechanism your web app can make direct calls to the permissions API on behalf of your users. <br> <a href=\"https://authress.io/app/#/manage?focus=identity\">Link identity provider</a> </p> <br> <h4>Authress Clients</h4> <p>Regardless of using direct identity provider integration, with the API you can create Authress clients which can call any of the methods on the API. Your users won't be able to directly make API calls, all web app integrations must go through a service which stores the Authress private key. <br> <a href=\"https://authress.io/app/#/manage?focus=clients\">Create Authress service client</a> </p> <br> <h2>Usage</h2> <h4>Billable APIs</h4> <p>Most of the api available is completely free. Use it to populate your roles and configure your account. You'll only be charged for the ones marked as Billable.</p> <p><ul> <li><i class=\"far fa-fw fa-money-bill-alt text-primary\"></i> <span class=\"text-primary\">Billable</span> - <small>These APIs count as calls for your account and will be charged.</small></li> <li><i class=\"fas fa-fw fa-angle-double-right text-secondary\"></i> <span class=\"text-secondary\">Free</span> - <small>These are totally free.</small></li> <li><i class=\"fas fa-fw fa-balance-scale text-secondary\"></i> <span class=\"text-secondary\">Condition</span> - <small>Are conditionally free, see api methods for details.</small></li> </ul></p> <br> <h4>API Access</h4> <p>Access to the following APIs is based on Authress permissions, not the application permissions assigned in Authress to the application services. Each resource is tagged with the required permission <span class=\"badge badge-outline-secondary\">Action: Resource</span> </p>
|
5
|
-
|
6
|
-
OpenAPI spec version: v1
|
7
|
-
Contact: support@authress.io
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 3.0.23
|
10
3
|
=end
|
11
4
|
|
12
5
|
require 'date'
|
13
6
|
|
14
|
-
module
|
7
|
+
module AuthressSdk
|
15
8
|
# The collective action and associate grants on a permission
|
16
|
-
class
|
9
|
+
class V1rolesPermissions
|
17
10
|
# The action the permission grants, can be scoped using `:` and parent actions imply sub-resource permissions, action:* or action implies action:sub-action. This property is case-insensitive, it will always be cast to lowercase before comparing actions to user permissions.
|
18
11
|
attr_accessor :action
|
19
12
|
|
@@ -56,13 +49,13 @@ module SwaggerClient
|
|
56
49
|
# @param [Hash] attributes Model attributes in the form of hash
|
57
50
|
def initialize(attributes = {})
|
58
51
|
if (!attributes.is_a?(Hash))
|
59
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `
|
52
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `AuthressSdk::V1rolesPermissions` initialize method"
|
60
53
|
end
|
61
54
|
|
62
55
|
# check to see if the attribute exists and convert string to symbol for hash key
|
63
56
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
64
57
|
if (!self.class.attribute_map.key?(k.to_sym))
|
65
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `
|
58
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `AuthressSdk::V1rolesPermissions`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
66
59
|
end
|
67
60
|
h[k.to_sym] = v
|
68
61
|
}
|
@@ -206,7 +199,7 @@ module SwaggerClient
|
|
206
199
|
end
|
207
200
|
end
|
208
201
|
else # model
|
209
|
-
|
202
|
+
AuthressSdk.const_get(type).build_from_hash(value)
|
210
203
|
end
|
211
204
|
end
|
212
205
|
|
@@ -1,17 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#Authress
|
3
2
|
|
4
|
-
#<p> <h2>Authorization</h2> <p>Authorization for Authress is handled one of two different ways. Both mechanisms use oauth2 <i>Bearer</i> tokens.</p> <br> <h4>Identity Provider JWT</h4> <p>Hook up your preferred identity provider directly to Authress. Authress will verify JWTs sourced from that identify provider and allow direct integration with these APIs. Any OIDC JWT provider works, Google, Auth0, Okta, etc... With this mechanism your web app can make direct calls to the permissions API on behalf of your users. <br> <a href=\"https://authress.io/app/#/manage?focus=identity\">Link identity provider</a> </p> <br> <h4>Authress Clients</h4> <p>Regardless of using direct identity provider integration, with the API you can create Authress clients which can call any of the methods on the API. Your users won't be able to directly make API calls, all web app integrations must go through a service which stores the Authress private key. <br> <a href=\"https://authress.io/app/#/manage?focus=clients\">Create Authress service client</a> </p> <br> <h2>Usage</h2> <h4>Billable APIs</h4> <p>Most of the api available is completely free. Use it to populate your roles and configure your account. You'll only be charged for the ones marked as Billable.</p> <p><ul> <li><i class=\"far fa-fw fa-money-bill-alt text-primary\"></i> <span class=\"text-primary\">Billable</span> - <small>These APIs count as calls for your account and will be charged.</small></li> <li><i class=\"fas fa-fw fa-angle-double-right text-secondary\"></i> <span class=\"text-secondary\">Free</span> - <small>These are totally free.</small></li> <li><i class=\"fas fa-fw fa-balance-scale text-secondary\"></i> <span class=\"text-secondary\">Condition</span> - <small>Are conditionally free, see api methods for details.</small></li> </ul></p> <br> <h4>API Access</h4> <p>Access to the following APIs is based on Authress permissions, not the application permissions assigned in Authress to the application services. Each resource is tagged with the required permission <span class=\"badge badge-outline-secondary\">Action: Resource</span> </p>
|
5
|
-
|
6
|
-
OpenAPI spec version: v1
|
7
|
-
Contact: support@authress.io
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 3.0.23
|
10
3
|
=end
|
11
4
|
|
12
5
|
require 'date'
|
13
6
|
|
14
|
-
module
|
7
|
+
module AuthressSdk
|
15
8
|
class V1usersuserIdresourcesresourceUrimetadataAccount
|
16
9
|
attr_accessor :account_id
|
17
10
|
|
@@ -39,13 +32,13 @@ module SwaggerClient
|
|
39
32
|
# @param [Hash] attributes Model attributes in the form of hash
|
40
33
|
def initialize(attributes = {})
|
41
34
|
if (!attributes.is_a?(Hash))
|
42
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `
|
35
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `AuthressSdk::V1usersuserIdresourcesresourceUrimetadataAccount` initialize method"
|
43
36
|
end
|
44
37
|
|
45
38
|
# check to see if the attribute exists and convert string to symbol for hash key
|
46
39
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
47
40
|
if (!self.class.attribute_map.key?(k.to_sym))
|
48
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `
|
41
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `AuthressSdk::V1usersuserIdresourcesresourceUrimetadataAccount`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
49
42
|
end
|
50
43
|
h[k.to_sym] = v
|
51
44
|
}
|
@@ -154,7 +147,7 @@ module SwaggerClient
|
|
154
147
|
end
|
155
148
|
end
|
156
149
|
else # model
|
157
|
-
|
150
|
+
AuthressSdk.const_get(type).build_from_hash(value)
|
158
151
|
end
|
159
152
|
end
|
160
153
|
|
@@ -1,17 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#Authress
|
3
2
|
|
4
|
-
#<p> <h2>Authorization</h2> <p>Authorization for Authress is handled one of two different ways. Both mechanisms use oauth2 <i>Bearer</i> tokens.</p> <br> <h4>Identity Provider JWT</h4> <p>Hook up your preferred identity provider directly to Authress. Authress will verify JWTs sourced from that identify provider and allow direct integration with these APIs. Any OIDC JWT provider works, Google, Auth0, Okta, etc... With this mechanism your web app can make direct calls to the permissions API on behalf of your users. <br> <a href=\"https://authress.io/app/#/manage?focus=identity\">Link identity provider</a> </p> <br> <h4>Authress Clients</h4> <p>Regardless of using direct identity provider integration, with the API you can create Authress clients which can call any of the methods on the API. Your users won't be able to directly make API calls, all web app integrations must go through a service which stores the Authress private key. <br> <a href=\"https://authress.io/app/#/manage?focus=clients\">Create Authress service client</a> </p> <br> <h2>Usage</h2> <h4>Billable APIs</h4> <p>Most of the api available is completely free. Use it to populate your roles and configure your account. You'll only be charged for the ones marked as Billable.</p> <p><ul> <li><i class=\"far fa-fw fa-money-bill-alt text-primary\"></i> <span class=\"text-primary\">Billable</span> - <small>These APIs count as calls for your account and will be charged.</small></li> <li><i class=\"fas fa-fw fa-angle-double-right text-secondary\"></i> <span class=\"text-secondary\">Free</span> - <small>These are totally free.</small></li> <li><i class=\"fas fa-fw fa-balance-scale text-secondary\"></i> <span class=\"text-secondary\">Condition</span> - <small>Are conditionally free, see api methods for details.</small></li> </ul></p> <br> <h4>API Access</h4> <p>Access to the following APIs is based on Authress permissions, not the application permissions assigned in Authress to the application services. Each resource is tagged with the required permission <span class=\"badge badge-outline-secondary\">Action: Resource</span> </p>
|
5
|
-
|
6
|
-
OpenAPI spec version: v1
|
7
|
-
Contact: support@authress.io
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 3.0.23
|
10
3
|
=end
|
11
4
|
|
12
5
|
require 'date'
|
13
6
|
|
14
|
-
module
|
7
|
+
module AuthressSdk
|
15
8
|
class V1usersuserIdtokensResources
|
16
9
|
# A resource path which can be top level, fully qualified, or end with a *. Parent resources imply permissions to sub-resources.
|
17
10
|
attr_accessor :resource_uri
|
@@ -40,13 +33,13 @@ module SwaggerClient
|
|
40
33
|
# @param [Hash] attributes Model attributes in the form of hash
|
41
34
|
def initialize(attributes = {})
|
42
35
|
if (!attributes.is_a?(Hash))
|
43
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `
|
36
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `AuthressSdk::V1usersuserIdtokensResources` initialize method"
|
44
37
|
end
|
45
38
|
|
46
39
|
# check to see if the attribute exists and convert string to symbol for hash key
|
47
40
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
48
41
|
if (!self.class.attribute_map.key?(k.to_sym))
|
49
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `
|
42
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `AuthressSdk::V1usersuserIdtokensResources`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
50
43
|
end
|
51
44
|
h[k.to_sym] = v
|
52
45
|
}
|
@@ -160,7 +153,7 @@ module SwaggerClient
|
|
160
153
|
end
|
161
154
|
end
|
162
155
|
else # model
|
163
|
-
|
156
|
+
AuthressSdk.const_get(type).build_from_hash(value)
|
164
157
|
end
|
165
158
|
end
|
166
159
|
|
@@ -1,17 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#Authress
|
3
2
|
|
4
|
-
#<p> <h2>Authorization</h2> <p>Authorization for Authress is handled one of two different ways. Both mechanisms use oauth2 <i>Bearer</i> tokens.</p> <br> <h4>Identity Provider JWT</h4> <p>Hook up your preferred identity provider directly to Authress. Authress will verify JWTs sourced from that identify provider and allow direct integration with these APIs. Any OIDC JWT provider works, Google, Auth0, Okta, etc... With this mechanism your web app can make direct calls to the permissions API on behalf of your users. <br> <a href=\"https://authress.io/app/#/manage?focus=identity\">Link identity provider</a> </p> <br> <h4>Authress Clients</h4> <p>Regardless of using direct identity provider integration, with the API you can create Authress clients which can call any of the methods on the API. Your users won't be able to directly make API calls, all web app integrations must go through a service which stores the Authress private key. <br> <a href=\"https://authress.io/app/#/manage?focus=clients\">Create Authress service client</a> </p> <br> <h2>Usage</h2> <h4>Billable APIs</h4> <p>Most of the api available is completely free. Use it to populate your roles and configure your account. You'll only be charged for the ones marked as Billable.</p> <p><ul> <li><i class=\"far fa-fw fa-money-bill-alt text-primary\"></i> <span class=\"text-primary\">Billable</span> - <small>These APIs count as calls for your account and will be charged.</small></li> <li><i class=\"fas fa-fw fa-angle-double-right text-secondary\"></i> <span class=\"text-secondary\">Free</span> - <small>These are totally free.</small></li> <li><i class=\"fas fa-fw fa-balance-scale text-secondary\"></i> <span class=\"text-secondary\">Condition</span> - <small>Are conditionally free, see api methods for details.</small></li> </ul></p> <br> <h4>API Access</h4> <p>Access to the following APIs is based on Authress permissions, not the application permissions assigned in Authress to the application services. Each resource is tagged with the required permission <span class=\"badge badge-outline-secondary\">Action: Resource</span> </p>
|
5
|
-
|
6
|
-
OpenAPI spec version: v1
|
7
|
-
Contact: support@authress.io
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 3.0.23
|
10
3
|
=end
|
11
4
|
|
12
5
|
require 'date'
|
13
6
|
|
14
|
-
module
|
7
|
+
module AuthressSdk
|
15
8
|
class V1usersuserIdtokensStatements
|
16
9
|
attr_accessor :roles
|
17
10
|
|
@@ -43,13 +36,13 @@ module SwaggerClient
|
|
43
36
|
# @param [Hash] attributes Model attributes in the form of hash
|
44
37
|
def initialize(attributes = {})
|
45
38
|
if (!attributes.is_a?(Hash))
|
46
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `
|
39
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `AuthressSdk::V1usersuserIdtokensStatements` initialize method"
|
47
40
|
end
|
48
41
|
|
49
42
|
# check to see if the attribute exists and convert string to symbol for hash key
|
50
43
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
51
44
|
if (!self.class.attribute_map.key?(k.to_sym))
|
52
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `
|
45
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `AuthressSdk::V1usersuserIdtokensStatements`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
53
46
|
end
|
54
47
|
h[k.to_sym] = v
|
55
48
|
}
|
@@ -177,7 +170,7 @@ module SwaggerClient
|
|
177
170
|
end
|
178
171
|
end
|
179
172
|
else # model
|
180
|
-
|
173
|
+
AuthressSdk.const_get(type).build_from_hash(value)
|
181
174
|
end
|
182
175
|
end
|
183
176
|
|
@@ -0,0 +1,18 @@
|
|
1
|
+
require 'date'
|
2
|
+
require 'json'
|
3
|
+
require 'logger'
|
4
|
+
require 'tempfile'
|
5
|
+
require 'typhoeus'
|
6
|
+
require 'uri'
|
7
|
+
|
8
|
+
module AuthressSdk
|
9
|
+
class ServiceClientTokenProvider
|
10
|
+
def initialize(client_access_key)
|
11
|
+
@client_access_key = client_access_key
|
12
|
+
end
|
13
|
+
|
14
|
+
def get_token()
|
15
|
+
@client_access_key
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: authress-sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.21.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rhosys
|
@@ -82,92 +82,92 @@ extra_rdoc_files:
|
|
82
82
|
- README.md
|
83
83
|
files:
|
84
84
|
- README.md
|
85
|
-
- lib/
|
86
|
-
- lib/
|
87
|
-
- lib/
|
88
|
-
- lib/
|
89
|
-
- lib/
|
90
|
-
- lib/
|
91
|
-
- lib/
|
92
|
-
- lib/
|
93
|
-
- lib/
|
94
|
-
- lib/
|
95
|
-
- lib/
|
96
|
-
- lib/
|
97
|
-
- lib/
|
98
|
-
- lib/
|
99
|
-
- lib/
|
100
|
-
- lib/
|
101
|
-
- lib/
|
102
|
-
- lib/
|
103
|
-
- lib/
|
104
|
-
- lib/
|
105
|
-
- lib/
|
106
|
-
- lib/
|
107
|
-
- lib/
|
108
|
-
- lib/
|
109
|
-
- lib/
|
110
|
-
- lib/
|
111
|
-
- lib/
|
112
|
-
- lib/
|
113
|
-
- lib/
|
114
|
-
- lib/
|
115
|
-
- lib/
|
116
|
-
- lib/
|
117
|
-
- lib/
|
118
|
-
- lib/
|
119
|
-
- lib/
|
120
|
-
- lib/
|
121
|
-
- lib/
|
122
|
-
- lib/
|
123
|
-
- lib/
|
124
|
-
- lib/
|
125
|
-
- lib/
|
126
|
-
- lib/
|
127
|
-
- lib/
|
128
|
-
- lib/
|
129
|
-
- lib/
|
130
|
-
- lib/
|
131
|
-
- lib/
|
132
|
-
- lib/
|
133
|
-
- lib/
|
134
|
-
- lib/
|
135
|
-
- lib/
|
136
|
-
- lib/
|
137
|
-
- lib/
|
138
|
-
- lib/
|
139
|
-
- lib/
|
140
|
-
- lib/
|
141
|
-
- lib/
|
142
|
-
- lib/
|
143
|
-
- lib/
|
144
|
-
- lib/
|
145
|
-
- lib/
|
146
|
-
- lib/
|
147
|
-
- lib/
|
148
|
-
- lib/
|
149
|
-
- lib/
|
150
|
-
- lib/
|
151
|
-
- lib/
|
152
|
-
- lib/
|
153
|
-
- lib/
|
154
|
-
- lib/
|
155
|
-
- lib/
|
156
|
-
- lib/
|
157
|
-
- lib/
|
158
|
-
- lib/
|
159
|
-
- lib/
|
160
|
-
- lib/
|
161
|
-
- lib/
|
162
|
-
- lib/
|
163
|
-
- lib/
|
164
|
-
- lib/
|
165
|
-
- lib/
|
166
|
-
- lib/
|
167
|
-
- lib/
|
168
|
-
- lib/
|
169
|
-
- lib/
|
170
|
-
- lib/
|
85
|
+
- lib/authress_sdk.rb
|
86
|
+
- lib/authress_sdk/api/access_records_api.rb
|
87
|
+
- lib/authress_sdk/api/accounts_api.rb
|
88
|
+
- lib/authress_sdk/api/metadata_api.rb
|
89
|
+
- lib/authress_sdk/api/resource_permissions_api.rb
|
90
|
+
- lib/authress_sdk/api/roles_api.rb
|
91
|
+
- lib/authress_sdk/api/service_clients_api.rb
|
92
|
+
- lib/authress_sdk/api/user_permissions_api.rb
|
93
|
+
- lib/authress_sdk/api_error.rb
|
94
|
+
- lib/authress_sdk/authress_client.rb
|
95
|
+
- lib/authress_sdk/constant_token_provider.rb
|
96
|
+
- lib/authress_sdk/models/access_record.rb
|
97
|
+
- lib/authress_sdk/models/access_record_collection.rb
|
98
|
+
- lib/authress_sdk/models/access_record_collection_records.rb
|
99
|
+
- lib/authress_sdk/models/account.rb
|
100
|
+
- lib/authress_sdk/models/account_collection.rb
|
101
|
+
- lib/authress_sdk/models/account_collection_accounts.rb
|
102
|
+
- lib/authress_sdk/models/body.rb
|
103
|
+
- lib/authress_sdk/models/body_1.rb
|
104
|
+
- lib/authress_sdk/models/body_10.rb
|
105
|
+
- lib/authress_sdk/models/body_11.rb
|
106
|
+
- lib/authress_sdk/models/body_2.rb
|
107
|
+
- lib/authress_sdk/models/body_3.rb
|
108
|
+
- lib/authress_sdk/models/body_4.rb
|
109
|
+
- lib/authress_sdk/models/body_5.rb
|
110
|
+
- lib/authress_sdk/models/body_6.rb
|
111
|
+
- lib/authress_sdk/models/body_7.rb
|
112
|
+
- lib/authress_sdk/models/body_8.rb
|
113
|
+
- lib/authress_sdk/models/body_9.rb
|
114
|
+
- lib/authress_sdk/models/claim_request.rb
|
115
|
+
- lib/authress_sdk/models/claim_response.rb
|
116
|
+
- lib/authress_sdk/models/client.rb
|
117
|
+
- lib/authress_sdk/models/client_access_key.rb
|
118
|
+
- lib/authress_sdk/models/client_collection.rb
|
119
|
+
- lib/authress_sdk/models/client_collection_clients.rb
|
120
|
+
- lib/authress_sdk/models/identity.rb
|
121
|
+
- lib/authress_sdk/models/identity_collection.rb
|
122
|
+
- lib/authress_sdk/models/identity_collection_identities.rb
|
123
|
+
- lib/authress_sdk/models/identity_request.rb
|
124
|
+
- lib/authress_sdk/models/inline_response_200.rb
|
125
|
+
- lib/authress_sdk/models/inline_response_200_1.rb
|
126
|
+
- lib/authress_sdk/models/inline_response_200_10.rb
|
127
|
+
- lib/authress_sdk/models/inline_response_200_11.rb
|
128
|
+
- lib/authress_sdk/models/inline_response_200_12.rb
|
129
|
+
- lib/authress_sdk/models/inline_response_200_13.rb
|
130
|
+
- lib/authress_sdk/models/inline_response_200_14.rb
|
131
|
+
- lib/authress_sdk/models/inline_response_200_15.rb
|
132
|
+
- lib/authress_sdk/models/inline_response_200_2.rb
|
133
|
+
- lib/authress_sdk/models/inline_response_200_3.rb
|
134
|
+
- lib/authress_sdk/models/inline_response_200_4.rb
|
135
|
+
- lib/authress_sdk/models/inline_response_200_5.rb
|
136
|
+
- lib/authress_sdk/models/inline_response_200_6.rb
|
137
|
+
- lib/authress_sdk/models/inline_response_200_7.rb
|
138
|
+
- lib/authress_sdk/models/inline_response_200_8.rb
|
139
|
+
- lib/authress_sdk/models/inline_response_200_9.rb
|
140
|
+
- lib/authress_sdk/models/invite.rb
|
141
|
+
- lib/authress_sdk/models/link.rb
|
142
|
+
- lib/authress_sdk/models/metadata_object.rb
|
143
|
+
- lib/authress_sdk/models/permission_object.rb
|
144
|
+
- lib/authress_sdk/models/permission_response.rb
|
145
|
+
- lib/authress_sdk/models/resource_permission.rb
|
146
|
+
- lib/authress_sdk/models/resource_permission_collection.rb
|
147
|
+
- lib/authress_sdk/models/resource_permission_collection_links.rb
|
148
|
+
- lib/authress_sdk/models/resource_permission_collection_links_next.rb
|
149
|
+
- lib/authress_sdk/models/resource_permission_collection_resources.rb
|
150
|
+
- lib/authress_sdk/models/resource_users_collection.rb
|
151
|
+
- lib/authress_sdk/models/role.rb
|
152
|
+
- lib/authress_sdk/models/statement.rb
|
153
|
+
- lib/authress_sdk/models/token_request.rb
|
154
|
+
- lib/authress_sdk/models/user.rb
|
155
|
+
- lib/authress_sdk/models/user_resources.rb
|
156
|
+
- lib/authress_sdk/models/user_resources_resources.rb
|
157
|
+
- lib/authress_sdk/models/user_token.rb
|
158
|
+
- lib/authress_sdk/models/user_token_links.rb
|
159
|
+
- lib/authress_sdk/models/user_token_links_self.rb
|
160
|
+
- lib/authress_sdk/models/v1clients_options.rb
|
161
|
+
- lib/authress_sdk/models/v1records_account.rb
|
162
|
+
- lib/authress_sdk/models/v1records_links.rb
|
163
|
+
- lib/authress_sdk/models/v1records_links_self.rb
|
164
|
+
- lib/authress_sdk/models/v1records_users.rb
|
165
|
+
- lib/authress_sdk/models/v1resourcesresource_uri_permissions.rb
|
166
|
+
- lib/authress_sdk/models/v1roles_permissions.rb
|
167
|
+
- lib/authress_sdk/models/v1usersuser_idresourcesresource_urimetadata_account.rb
|
168
|
+
- lib/authress_sdk/models/v1usersuser_idtokens_resources.rb
|
169
|
+
- lib/authress_sdk/models/v1usersuser_idtokens_statements.rb
|
170
|
+
- lib/authress_sdk/service_client_token_provider.rb
|
171
171
|
homepage: https://github.com/Authress/authress-sdk.rb
|
172
172
|
licenses:
|
173
173
|
- Apache-2.0
|