File tree Expand file tree Collapse file tree 3 files changed +22
-0
lines changed
tests/python/openassetio_mediacreation Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ v1.0.0-alpha.x
8
8
9
9
- Removed speculative timeline traits pending real-world use cases.
10
10
11
+ ### New Features
12
+
13
+ - Added ` openassetio_mediacreation.traits.auth.BearerTokenTrait ` .
14
+
11
15
v1.0.0-alpha.5
12
16
--------------
13
17
Original file line number Diff line number Diff line change @@ -43,3 +43,6 @@ def test_importing_ResolvesFutureEntitiesTrait_succeeds(self):
43
43
44
44
def test_importing_DisplayNameTrait_succeeds (self ):
45
45
from openassetio_mediacreation .traits .identity import DisplayNameTrait
46
+
47
+ def test_importing_BearerToken_succeeds (self ):
48
+ from openassetio_mediacreation .traits .auth import BearerTokenTrait
Original file line number Diff line number Diff line change @@ -131,3 +131,18 @@ traits:
131
131
determine a suitable output location.
132
132
usage :
133
133
- managementPolicy
134
+
135
+ auth :
136
+ description : Traits related to authentication and authorization.
137
+ members :
138
+ BearerToken :
139
+ description : >
140
+ This trait holds an authentication token that the manager may
141
+ pass to a back-end service.
142
+ usage :
143
+ - locale
144
+ properties :
145
+ token :
146
+ type : string
147
+ description : >
148
+ Contents of the token.
You can’t perform that action at this time.
0 commit comments